home *** CD-ROM | disk | FTP | other *** search
- Path: krel.iea.com!comtch!larryb
- From: larryb@comtch.iea.com (Larry Blanchard)
- Newsgroups: comp.lang.c,comp.os.linux.development.apps,comp.programming,comp.unix.programmer
- Subject: Re: Changing pipe capacity
- Followup-To: comp.lang.c,comp.os.linux.development.apps,comp.programming,comp.unix.programmer
- Date: 29 Feb 1996 04:50:02 GMT
- Organization: CompuTech
- Message-ID: <4h3b9q$mok@krel.iea.com>
- References: <4gt4c9$mds$1@mhade.production.compuserve.com>
- NNTP-Posting-Host: comtch.iea.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Xavi Roig Gracia (101522.2001@CompuServe.COM) wrote:
- : Hi !
-
- : I am using pipes in a personal development (with Linux
- : and gcc) and I detect that the pipe capacity is 4096 bytes by
- : default. I need a capacity greather than 4096 bytes (for send
- : and receive a unique missatge between processes in a 8192 bytes
- : format).
-
- : Question:
-
- : - How can I change the default pipe capacity ?
-
- : Thanks in advance !
-
- : --
- : Xavi Roig Gracia (101522.2001@compuserve.com)
- : Universitat Autonoma de Barcelona
- : Catalonia - Europe
-
- Why bother? - use a message queue instead.
-